From: Paul Eggert Date: Sat, 24 Sep 2011 16:15:32 +0000 (-0700) Subject: * indent.c (Fvertical_motion): Fix == vs = typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~661^2~30^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1260aef1aea35be161846b0411aa387ade44e35f;p=emacs.git * indent.c (Fvertical_motion): Fix == vs = typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4eac1d78db7..68c0054114c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-24 Paul Eggert + + * indent.c (Fvertical_motion): Fix == vs = typo. + 2011-09-24 Eli Zaretskii * dispnew.c (syms_of_display) : Default diff --git a/src/indent.c b/src/indent.c index e6629ef5811..a70b7971b96 100644 --- a/src/indent.c +++ b/src/indent.c @@ -2041,7 +2041,7 @@ whether or not it is currently displayed in some window. */) it_overshoot_count++; } if (!it_overshoot_count) - it_overshoot_count == -1; + it_overshoot_count = -1; } else it_overshoot_count =